3.17.7
authorMatthias Clasen <mclasen@redhat.com>
Tue, 18 Aug 2015 02:09:03 +0000 (22:09 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 18 Aug 2015 02:16:22 +0000 (22:16 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 30f695ba49582f2144c2664baefe1753497b82ec..576341a394b1c5289de51dc579c16eddcc122469 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,16 @@ Overview of Changes in GTK+ 3.17.7
 * GtkColorChooser:
  - Make it possible to start with the editor
 
+* GtkTextView:
+ - Support top margins
+ - Use CSS padding from the theme
+
+* GtkFlowBox:
+ - Allow using a GListModel
+
+* GtkCellRendererText:
+ - Support alpha in foreground color
+
 * Theme and CSS:
  - HighContrast theme improvements
 
@@ -31,12 +41,18 @@ Overview of Changes in GTK+ 3.17.7
  753391 [HighContrast] GtkPlacesSidebar:backdrop is white-covered on t...
  753392 listbox: Avoid using show_all on rows
  753451 GtkLinkButton's context menu has underlined labels
+ 753568 popover: Optimize the transition
+ 753621 wayland: calculate screen physical size
+ 406159 gtk text view widget doesn't have set_top_margin function
+ 746435 wayland: Use g_get_prgname() to get the xdg_surface.set_app_id string
 
 * Translation updates:
  Catalan
+ Galician
  Lithuanian
  Norwegian bokmÃ¥l
  Portuguese
+ Slovak
  Spanish
  Turkish
 
index 1ab797ac92231da96b6cc4763dbb55038b036330..06386d24cdbfdc3962bb109c60f59c27b472507b 100644 (file)
@@ -10,7 +10,7 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [17])
-m4_define([gtk_micro_version], [6])
+m4_define([gtk_micro_version], [7])
 m4_define([gtk_interface_age], [0])
 m4_define([gtk_binary_age],
           [m4_eval(100 * gtk_minor_version + gtk_micro_version)])